projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6daed83
)
(closedir): Test BROKEN_CLOSEDIR, not INTERRUPTIBLE_CLOSE.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Nov 1993 10:40:27 +0000
(10:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Nov 1993 10:40:27 +0000
(10:40 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 94e58a354cbcb3b137b4bca49ece92948c96c2d7..83c6d84fd541d7564f2d87777470451a74f027d4 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-2989,7
+2989,7
@@
char *sys_siglist[NSIG + 1] =
#include <dirent.h>
-#if defined(
INTERRUPTIBLE_CLOSE
) || !defined(HAVE_CLOSEDIR)
+#if defined(
BROKEN_CLOSEDIR
) || !defined(HAVE_CLOSEDIR)
int
closedir (dirp)
@@
-3009,7
+3009,7
@@
closedir (dirp)
return rtnval;
}
-#endif /*
INTERRUPTIBLE_CLOSE
or not HAVE_CLOSEDIR */
+#endif /*
BROKEN_CLOSEDIR
or not HAVE_CLOSEDIR */
#endif /* SYSV_SYSTEM_DIR */
#ifdef NONSYSTEM_DIR_LIBRARY